Lucene search
+L
LinuxLinux Kernel

14606 matches found

CVE
CVE
added 2026/02/18 2:21 p.m.57 views

CVE-2026-23213

CVE-2026-23213 affects the Linux kernel’s DRM/AMD/PM path. During an SMU Mode 1 reset, the ASIC goes through a reset cycle and becomes temporarily inaccessible via PCIe, risking uncompleted PCIe transactions that can trigger NMI panics or system hangs. The fix disables MMIO access during the offl...

5.5CVSS5.2AI score0.00113EPSS
Save
CVE
CVE
added 2026/04/13 1:21 p.m.57 views

CVE-2026-31418

CVE-2026-31418 is a Linux kernel vulnerability in netfilter/ipset mtype_del where drop of empty buckets is not performed correctly, leaving buckets with only deleted entries when n->pos points past them. The fix changes how a bucket is treated as empty: release the bucket directly when all pos...

5.5CVSS5.8AI score0.0012EPSS
Save
CVE
CVE
added 2026/05/01 2:14 p.m.57 views

CVE-2026-31754

The CVE-2026-31754 issue affects the Linux kernel’s USB DRD/CDNS3 gadget path. When cdns3_gadget_start() fails, the DRD hardware remains in gadget mode while software state is INACTIVE, causing hardware/software state inconsistency. This can lead to a failed host-mode switch via sysfs (role switc...

5.5CVSS5.7AI score0.00123EPSS
Save
CVE
CVE
added 2026/04/30 10:31 a.m.57 views

CVE-2026-31786

The CVE-2026-31786 issue affects the Linux kernel in drivers/xen/sys-hypervisor.c, where HYPERVISOR_xen_version(XENVER_build_id) returned a build_id that is not NUL-terminated, causing a buffer overflow via sprintf in buildid_show. The root cause is that the build_id was not treated as a proper s...

7.8CVSS5.8AI score0.00197EPSS
Save
CVE
CVE
added 2026/05/01 2:15 p.m.57 views

CVE-2026-43027

The CVE-2026-43027 vulnerability in the Linux kernel arises from nf_conntrack_helper_unregister() freeing a helper while expectations still reference it due to NULL data in nf_ct_expect_iterate_destroy(), leading to use-after-free when later access occurs. The fix is to pass the actual helper poi...

7.8CVSS5.8AI score0.00131EPSS
Save
CVE
CVE
added 2026/05/27 12:15 p.m.57 views

CVE-2026-45859

The CVE-2026-45859 entry describes a Linux kernel netfilter nfnetlink_queue issue where a shared-unconfirmed nf_conn entry is not checked before segmentation, causing UDP packets to be dropped instead of queued when F_GSO is not set and a GSO packet arrives. The regression arose due to the check ...

7.5CVSS5.8AI score0.00612EPSS
Save
CVE
CVE
added 2026/05/27 12:18 p.m.57 views

CVE-2026-45970

CVE-2026-45970 affects the Linux kernel bonding driver (Active-Backup Load Balancing, ALB). The root cause is a Use-After-Free in rlb_arp_recv where RX path may access rx_hashtbl concurrently with bond teardown, allowing a race with rlb_deinitialize() to dereference freed memory and trigger a ker...

7.8CVSS5.7AI score0.00126EPSS
Save
CVE
CVE
added 2026/05/27 12:56 p.m.57 views

CVE-2026-46040

CVE-2026-46040: In the Linux kernel inotify path, when fsnotify_add_inode_mark_locked() fails during inotify_new_watch(), the error path did not call dec_inotify_watches(), leaking a watch count and potentially exhausting max_user_watches (-ENOSPC) even with no active watches. The fix introduces ...

5.5CVSS5.8AI score0.00123EPSS
Save
CVE
CVE
added 2026/05/27 12:58 p.m.57 views

CVE-2026-46092

CVE-2026-46092 relates to the Linux kernel's wifi rtw88 driver (8821CE) where pci_upstream_bridge() returns NULL for devices on a root bus, risking a crash during probe on certain PCI topologies. The fix is to explicitly check for the PCI upstream bridge before applying the workaround. A patch wa...

5.5CVSS5.8AI score0.00136EPSS
Save
CVE
CVE
added 2026/05/28 9:36 a.m.57 views

CVE-2026-46166

The CVE-2026-46166 affects the Linux kernel’s wireless subsystem (mac80211) in the radar detect work. The root cause is unsafe list iteration during radar processing, where ieee80211_dfs_cac_cancel can free the iterated chanctx and remove it from the list, causing a slab-use-after-free. A guarded...

8.8CVSS5.8AI score0.00203EPSS
Save
CVE
CVE
added 2026/06/08 3:46 p.m.57 views

CVE-2026-46302

CVE-2026-46302 concerns the Linux kernel SELinux policy handling. The vulnerability arises because multiple processes could concurrently open /sys/fs/selinux/policy, whereas previously only one open was allowed. The root cause is a retained policy_opened flag and a too-large critical section arou...

5.5CVSS5.5AI score0.001EPSS
Save
CVE
CVE
added 2026/06/08 3:46 p.m.57 views

CVE-2026-46304

MODE C: The CVE-2026-46304 entry centers on the Linux kernel nvmet subsystem. The vulnerability stems from nvmet_tcp_release_queue_work() running on the nvmet-wq and possibly dropping the final controller reference through nvmet_cq_put(), which can trigger nvmet_ctrl_free() and flush ctrl->asy...

7.5CVSS5.4AI score0.00389EPSS
Save
CVE
CVE
added 2026/06/08 3:50 p.m.57 views

CVE-2026-46312

CVE-2026-46312 is a Linux kernel vulnerability involving media: videobuf2 where vb2_dma_sg_mmap did not set the VMA flags, potentially triggering a WARN_ON in drm_gem_mmap_obj() during mmap() of an imported dma-buf. The fix adds proper VMA flag handling in vb2_dma_sg_mmap_mmap (consistent with vb...

5.5CVSS5.4AI score0.00114EPSS
Save
CVE
CVE
added 2026/06/25 8:39 a.m.57 views

CVE-2026-53228

The CVE-2026-53228 entry documents a vulnerability in the Linux kernel SIT IPv6 tunnel driver. When GSO offloads are used, the code may keep a stale pointer to the inner IPv6 header after skb header unclone and potential headroom reallocation, leading to reads from freed memory. A fix reloads the...

9.8CVSS5.7AI score0.00514EPSS
Save
CVE
CVE
added 2000/02/04 5:0 a.m.56 views

CVE-1999-0330

The CVE-1999-0330 entry concerns the Linux bdash game and a buffer overflow that allows local users to gain root access. The connected documents corroborate a local-privilege-elevation flaw in the bdash game kernel/user-space handling, with no explicit product version, patch, or root-cause code s...

7.2CVSS7.8AI score0.00414EPSS
Save
CVE
CVE
added 2000/04/25 4:0 a.m.56 views

CVE-1999-0780

CVE-1999-0780 affects KDE klock. The vulnerability allows local users to kill arbitrary processes by specifying an arbitrary PID in the .kss.pid file. The available connected documents confirm this specific behavior and do not provide additional technical details (e.g., root cause, affected versi...

4.6CVSS7.1AI score0.00323EPSS
Save
CVE
CVE
added 2002/03/09 5:0 a.m.56 views

CVE-1999-1276

The CVE-1999-1276 entry describes a local privilege escalation in fte-console: before 0.46b-4.1 it does not drop root privileges, allowing local users to gain root via the virtual console device. Affected: fte-package fte-console. Impact per CVSS: complete impact to confidentiality, integrity, an...

7.2CVSS7.3AI score0.0034EPSS
Save
CVE
CVE
added 2002/08/31 4:0 a.m.56 views

CVE-2001-1399

CVE-2001-1399 refers to an off-by-one/byte-copy bug in the Linux kernel prior to 2.2.19 on x86 that could allow a local attacker to modify kernel memory. Public references in 2001 advisories (Mandrake MDKSA-2001:037, Debian DSA-047-1, Debian/OpenVAS entries) describe the CPIA driver and related x...

2.1CVSS5.3AI score0.00443EPSS
Save
CVE
CVE
added 2005/05/10 4:0 a.m.56 views

CVE-2003-1161

The CVE-2003-1161 entry concerns the Linux kernel 2.6-test9-CVS where exit.c, as stored on kernel.bkbits.net, was modified to include a backdoor. This backdoor could allow local users to elevate privileges by passing __WCLONE|__WALL to the sys_wait4 function, enabling local privilege escalation. ...

7.2CVSS6.5AI score0.00481EPSS
Save
CVE
CVE
added 2005/11/09 1:0 a.m.56 views

CVE-2005-3527

CVE-2005-3527 describes a race condition in the Linux 2.6 kernel’s do_coredump (signal.c) that can cause a denial of service when a core dump is triggered in one thread while another thread has a pending SIGSTOP. The vulnerability is a kernel-level issue affecting 2.6-series kernels as cited by m...

4CVSS5.9AI score0.00325EPSS
Save
CVE
CVE
added 2006/11/27 12:0 a.m.56 views

CVE-2006-6128

The CVE-2006-6128 entry describes a local-denial-of-service vulnerability tied to the ReiserFS implementation in Linux kernel 2.6.18 (and possibly other versions). The issue arises when a malformed ReiserFS filesystem triggers memory corruption during a sync operation, enabling local users to cau...

2.1CVSS6.4AI score0.00458EPSS
Save
CVE
CVE
added 2007/03/28 10:0 p.m.56 views

CVE-2007-1734

CVE-2007-1734 is a Linux kernel vulnerability in the DCCP path: do_dccp_getsockopt does not verify the upper bounds of optlen in net/dccp/proto.c for 2.6.20 and later, enabling local attackers on some architectures to read kernel memory or cause a kernel oops. Public detail confirms affected prod...

7.2CVSS6AI score0.0073EPSS
Save
CVE
CVE
added 2009/11/20 2:0 a.m.56 views

CVE-2009-4004

CVE-2009-4004 : The Linux kernel KVM subsystem (arch/x86/kvm/x86.c, function kvm_vcpu_ioctl_x86_setup_mce) is vulnerable to a buffer overflow when processing the KVM_X86_SETUP_MCE IOCTL if a large number of Machine Check Exception (MCE) banks is specified. This can lead to denial of service (memo...

7.8CVSS7.7AI score0.00406EPSS
Save
CVE
CVE
added 2013/06/08 10:0 a.m.56 views

CVE-2011-4098

CVE-2011-4098 affects the Linux kernel GFS2 fallocate implementation. The vulnerability stems from using the page cache to preallocate blocks, which can allow local users to trigger a denial of service in scenarios with insufficient memory. Affected component is the GFS2 filesystem’s fallocate pa...

1.9CVSS6.2AI score0.00481EPSS
Save
CVE
CVE
added 2017/01/12 3:0 p.m.56 views

CVE-2016-6760

CVE-2016-6760: Elevation of privilege in Qualcomm Media Codecs affecting Android. A local malicious app could execute arbitrary code in a privileged process via the Qualcomm Media Codecs component. Affected products/versions include Android devices with Kernel 3.10 and 3.18. The issue is categori...

9.3CVSS7.3AI score0.01606EPSS
Save
CVE
CVE
added 2017/01/12 3:0 p.m.56 views

CVE-2016-6779

CVE-2016-6779 is a local elevation-of-privilege in the HTC sound codec driver affecting Android kernel 3.10 (Nexus 9). The vulnerability could let a local malicious application execute arbitrary code in the kernel context if it can compromise a privileged process. The issue is categorized as High...

7.6CVSS6.8AI score0.0139EPSS
Save
CVE
CVE
added 2017/01/12 8:0 p.m.56 views

CVE-2016-8439

CVE-2016-8439 is an Android vulnerability describing a possible buffer overflow in the trust zone access control API due to insufficient buffer size checking. The connected NVD entry lists affected software as Android kernel 3.18, with Android ID A-31625204, indicating the root cause lies in a bu...

10CVSS9.3AI score0.01728EPSS
Save
CVE
CVE
added 2017/01/12 8:0 p.m.56 views

CVE-2016-8453

CVE-2016-8453 describes an elevation-of-privilege in the Broadcom Wi‑Fi driver for Android on Kernel-3.10. A local malicious app could run code in the kernel by exploiting this driver after compromising a privileged process. Impact is ability to execute arbitrary kernel code with high severity. R...

7.6CVSS6.9AI score0.01443EPSS
Save
CVE
CVE
added 2017/01/12 8:0 p.m.56 views

CVE-2016-8461

CVE-2016-8461 denotes an information-disclosure vulnerability in the Android bootloader, enabling a local attacker to access data outside of the attacker’s permission level. The NVD entry specifies the affected component as the Android kernel (kernel-3.18) with Android ID A-32369621. The CVSS met...

5.5CVSS5.2AI score0.00332EPSS
Save
CVE
CVE
added 2017/04/07 10:0 p.m.56 views

CVE-2017-0585

Technical details about CVE-2017-0585 are not provided in the connected documents; the inputs describe an information disclosure in the Broadcom Wi‑Fi driver affecting Android kernels but lack concrete exploit, affected versions, or fixes in these sources.

4.7CVSS4.4AI score0.01281EPSS
Save
CVE
CVE
added 2017/05/12 3:0 p.m.56 views

CVE-2017-0609

CVE-2017-0609 is an elevation-of-privilege vulnerability in the Qualcomm sound driver on Android, enabling a local malicious app to execute code in the kernel context. Affected: Android devices with Kernel-3.10/3.18 (Qualcomm sound subsystem). Root cause: not explicitly detailed in the provided d...

7.6CVSS6.6AI score0.01467EPSS
Save
CVE
CVE
added 2017/05/12 3:0 p.m.56 views

CVE-2017-0621

CVE-2017-0621 is an elevation-of-privilege flaw in the Qualcomm camera driver for Android. The vulnerability lets a local, malicious app run code in the kernel context by exploiting the Qualcomm camera driver after compromising a privileged process. The issue affects Android devices with the affe...

7.6CVSS6.6AI score0.01467EPSS
Save
CVE
CVE
added 2017/05/12 3:0 p.m.56 views

CVE-2017-0624

CVE-2017-0624 describes an information-disclosure vulnerability in the Qualcomm Wi‑Fi driver on Android, enabling a local malicious app to access data outside its permissions. Affected: Android devices (notably Nexus 5X, Pixel, Pixel XL) with Kernel 3.10/3.18; root cause: Qualcomm Wi‑Fi driver in...

5.5CVSS4.9AI score0.01017EPSS
Save
CVE
CVE
added 2017/05/12 3:0 p.m.56 views

CVE-2017-0628

CVE-2017-0628 is an information-disclosure vulnerability in the Qualcomm camera driver. The issue could allow a local malicious application to access data outside its permissions, requiring compromise of a privileged process. Affected: Android devices using Kernel-3.10 or Kernel-3.18 with Qualcom...

4.7CVSS4.3AI score0.00876EPSS
Save
CVE
CVE
added 2023/04/06 12:0 a.m.56 views

CVE-2023-20674

The CVE-2023-20674 issue affects the WLAN component in MediaTek devices, caused by an out-of-bounds read due to a missing bounds check. This vulnerability could allow local information disclosure and may enable system-level execution privileges, with no user interaction required. Multiple feeds (...

4.4CVSS4.2AI score0.00093EPSS
Save
CVE
CVE
added 2023/04/06 12:0 a.m.56 views

CVE-2023-20675

CVE-2023-20675 concerns MediaTek platforms where the kernel/wlan component is vulnerable to an out-of-bounds read caused by a missing bounds check. The issue can lead to local information disclosure, with potentially full System privileges if exploited, and does not require user interaction. Conn...

4.4CVSS4.2AI score0.00093EPSS
Save
CVE
CVE
added 2025/10/01 11:46 a.m.56 views

CVE-2023-53516

The CVE-2023-53516 entry corresponds to a Linux kernel macvlan netlink policy issue. A new attribute IFLA_MACVLAN_BC_CUTOFF was added, but the nla_policy in macvlan_policy (drivers/net/macvlan.c) was not described, allowing a 4-byte integer (NLA_S32) to be faked as empty and potentially cause an ...

7.8CVSS5.4AI score0.00133EPSS
Save
CVE
CVE
added 2025/01/19 11:52 a.m.56 views

CVE-2024-57927

CVE-2024-57927 relates to the Linux kernel’s NFS write-to-cache path. The root cause was that nfs_netfs_init_request() could be invoked with a NULL file pointer when netfslib copied freshly read data into a write request for the cache, causing an oops via nfs_file_open_context(). The fix prevents...

5.5CVSS6.5AI score0.0017EPSS
Save
CVE
CVE
added 2025/03/06 3:54 p.m.56 views

CVE-2024-58067

The CVE-2024-58067 issue affects the Linux kernel in the clk: mmp: pxa1908-mpmu path. Root cause: an incorrect NULL vs IS_ERR() check around devm_kzalloc() where NULL is returned on error; the check has been updated to match. Impact, as per listed metadata, is availability impact HIGH with no con...

5.5CVSS7.1AI score0.00149EPSS
Save
CVE
CVE
added 2025/02/27 2:12 a.m.56 views

CVE-2025-21747

The CVE-2025-21747 entry concerns the Linux kernel DRM AST driver (drm/ast: astdp) where the video-signal enable path could trigger a kernel warning due to an insufficient timeout. Root cause: a timeout too short (200 ms) for enabling the ASTDP transmitter; the system may log a WARN_ON in ast_dp_...

5.5CVSS6.3AI score0.0017EPSS
Save
CVE
CVE
added 2025/06/18 9:35 a.m.56 views

CVE-2025-38082

CVE-2025-38082 refers to a Linux kernel vulnerability in gpio: virtuser where an out-of-bounds write could occur if a caller wrote more characters than the destination buffer could hold in simple_write_to_buffer. The issue is mitigated by a fix that truncates the input size to the available buffe...

7.8CVSS6.6AI score0.00156EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.56 views

CVE-2025-38195

CVE-2025-38195 concerns the Linux kernel LoongArch code, where a NULL-PMD handling path in huge_pte_offset() could trigger a kernel-panic when processing huge pages, as shown by the error trace and mitigation notes. The issue affects the kernel’s page fault / madvise pathways, with a local attack...

5.5CVSS6.3AI score0.0015EPSS
Save
CVE
CVE
added 2025/07/10 7:41 a.m.56 views

CVE-2025-38267

CVE-2025-38267 affects the Linux kernel ring-buffer logic. The issue arises during memory-mapped buffer reads when a commit_overrun allows the reader page to swap to the commit buffer, potentially triggering a WARN_ON_ONCE due to missed events. The vulnerability is tied to the ring_buffer_map_get...

7.8CVSS6.3AI score0.00177EPSS
Save
CVE
CVE
added 2025/07/25 1:12 p.m.56 views

CVE-2025-38405

CVE-2025-38405 concerns the Linux kernel component nvmet, where a memory leak in bio integrity (bio->bi_integrity) can occur when commands with metadata are processed. The underlying cause is that, after the commit bf4c89fc8797, all users of bio_init must also call bio_uninit to ensure proper ...

7.5CVSS6.5AI score0.00353EPSS
Save
CVE
CVE
added 2025/08/16 10:54 a.m.56 views

CVE-2025-38509

Summary of CVE-2025-38509 (Linux kernel, wifi/mac80211): A vulnerability in VHT mode notifications for sub-20 MHz channel widths (notably 5/10 MHz) could lead to invalid input reaching ieee80211_chan_width_to_rx_bw(), triggering a WARN_ON. The issue arises when VHT opmode_notif is used and unsupp...

5.5CVSS6.4AI score0.00127EPSS
Save
CVE
CVE
added 2025/08/16 11:12 a.m.56 views

CVE-2025-38529

CVE-2025-38529 relates to the Linux kernel Comedi driver (aio_iiro_16) where an unchecked userspace-derived value in it->options[1] could cause a shift out of bounds or negative shift; the fix adds a bounds check on it->options[1] before evaluating the (1 <options[1]) & 0xdcfc test. Affe...

7.1CVSS6.5AI score0.00174EPSS
Save
CVE
CVE
added 2025/09/04 3:32 p.m.56 views

CVE-2025-38704

CVE-2025-38704: In the Linux kernel, a bug in rcu/nocb could access an invalid nocb_cb_kthread pointer during CPU online/offline cycles. The fix changes the safety check to use rdp->nocb_gp_kthread instead of rdp_gp->nocb_gp_kthread. Public advisories from SUSE (SUSE-SU-2026:20220-1, openSU...

7.8CVSS6.2AI score0.00166EPSS
Save
CVE
CVE
added 2025/09/04 3:33 p.m.56 views

CVE-2025-38725

CVE-2025-38725 affects the Linux kernel net: usb: asix_devices driver handling of ax88772 MDIO bus. Without a phy_mask, the driver could create up to 32 MDIO phy devices (addresses 0x00–0x1f). Only one main phy binds to the net phy driver, causing issues during suspend/resume where phy_polling_mo...

5.5CVSS5.8AI score0.00154EPSS
Save
CVE
CVE
added 2025/09/05 5:20 p.m.56 views

CVE-2025-39682

CVE-2025-39682 relates to the Linux kernel TLS ULP handling of TLS records during recvmsg(). The issue concerns zero-length records in the rx_list and how records are processed: a recvmsg() must handle either contiguous DATA records (any number) or one non-DATA record. If a record type changes mi...

9.8CVSS5.7AI score0.00505EPSS
Save
CVE
CVE
added 2025/09/11 4:52 p.m.56 views

CVE-2025-39762

CVE-2025-39762 affects the Linux kernel drm/amd/display component. The root cause was a missing null check that could lead to a null pointer dereference. The fix adds an early null check and returns false when invalid, as described in the advisory. The CVSSv3.1 base score is 5.5 (MEDIUM) with LOC...

5.5CVSS6.1AI score0.00143EPSS
Save
Total number of security vulnerabilities14606